home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 11255 / 11255.xpi / chrome / skin / broceliand.css next >
Cascading Style Sheet File  |  2009-11-19  |  9KB  |  258 lines

  1. description {
  2.     margin:0px;
  3. }
  4. .BRO_nameMapPopupContent {
  5.     -moz-binding: url("chrome://broceliand/content/view/popup/nameMapPopupContent.xml#content");
  6. }
  7. .BRO_notePopupContent {
  8.     -moz-binding: url("chrome://broceliand/content/view/popup/notePopupContent.xml#content");
  9. }
  10. .BRO_menuPopup spacer {
  11.     background-color: transparent;
  12.     -moz-appearance: none;
  13. }
  14. .BRO_linkButton{
  15.     -moz-appearance: none;
  16.     padding-left:0px;
  17.     padding-right:0px;
  18.     border:none;
  19.     background:none;
  20.     background-color: transparent;
  21.     background-image: none;
  22.     list-style-image: none;
  23.     color: #4cbbe9;
  24.     text-decoration: none;
  25.     margin:0px;
  26.     padding:0px;
  27.     min-width:0px;
  28.     font-size:12px;
  29. }
  30. .BRO_linkButton .button-box {
  31.     -moz-appearance: none;
  32.     background: none;
  33.     padding-left:0px;
  34.     padding-right:0px;    
  35. }
  36. .BRO_linkButton:hover{
  37.     color: #009ee0;
  38.     text-decoration: underline;
  39. }
  40. #BRO_helpPanel, #BRO_nameMapWindow, #BRO_newTreePanel, #BRO_manyPearlsWindow, #BRO_nameMapDoneWindow{
  41.     padding-top:5px !important;
  42.     padding-left:5px !important;
  43.     padding-right:5px !important;
  44.     padding-bottom:0px !important;
  45.     font-size:12px !important;   
  46.     font-family: Arial !important;
  47. }
  48. #BRO_notePopupPanel{
  49.     padding-left:5px !important;
  50.     padding-right:5px !important;    
  51. }
  52. #BRO_manyPearlsText{
  53.     font-size:12px;    
  54.     text-align:justify;
  55.     /*height: 45px;*/
  56.     width: 250px;
  57. }
  58. .BRO_menuPopupHeader{
  59.     background-color:#FFFFFF;
  60.     padding-left:5px;
  61.     padding-right:5px;
  62.     padding-top:5px;
  63. }
  64. .BRO_menuPopup{
  65.     -moz-appearance:none !important;
  66.     -moz-border-top-colors:#4cbbe9 !important;
  67.     -moz-border-right-colors:#4cbbe9 !important;
  68.     -moz-border-bottom-colors:#4cbbe9 !important;
  69.     -moz-border-left-colors:#4cbbe9 !important;
  70.     border:2px solid #4cbbe9 !important;
  71.     background-image:none !important;    
  72.     background-color:#FFFFFF !important;
  73.     padding:0px !important;
  74.     margin:0px !important;
  75.     font-family: Arial !important;
  76. }
  77. .BRO_menuPopupTitle {
  78.     color: #4cbbe9;
  79.     font-weight: bold;
  80.     font-size: 13px;
  81. }
  82. #BRO_recordButtonPopup menuitem, #BRO_firstInstallButtonPopup menuitem {
  83.     -moz-appearance:none !important;
  84.     background-color:#FFFFFF !important;
  85.     font-size:12px !important;
  86.     height:20px !important;
  87. }
  88. #BRO_recordButtonPopup menuitem:hover, #BRO_firstInstallButtonPopup menuitem:hover {
  89.     -moz-appearance:none !important;
  90.     background-color: #4cbbe9 !important;
  91.     color: #FFFFFF !important;
  92. }
  93. #BRO_recordButtonPopup menuitem .menu-iconic-icon {
  94.     width:6px !important;
  95.     height:6px !important;
  96. }
  97. .BRO_treeListBox{
  98.     -moz-appearance:none;
  99.     overflow: auto;
  100.     margin:0px;
  101.     font-size: 12px;
  102. }
  103. .BRO_treeListBox richlistitem[selected="true"], .BRO_treeListBox richlistitem[selected="true"]:hover{
  104.     background-color: #009ee0;
  105.     color: #FFFFFF;
  106.     font-size: 12px;
  107. }
  108. .BRO_treeListBoxSpecialItem {
  109.     padding-top:2px;
  110.     padding-bottom:2px;
  111.     padding-left:5px;
  112.     font-weight: bold;
  113.     color: #000000;
  114.     font-size: 12px;
  115. }
  116. .BRO_treeListBoxSpecialItemSelected {
  117.     background-color: #009ee0;
  118.     padding-top:2px;
  119.     padding-bottom:2px;
  120.     padding-left:5px;
  121.     font-weight: bold;
  122.     color: #FFFFFF;
  123.     font-size: 12px;
  124. }
  125. .BRO_treeListBox richlistitem:hover, .BRO_treeListBoxSpecialItem:hover{
  126.     background-color: #4cbbe9;
  127.     color: #FFFFFF;
  128.     font-size: 12px;
  129. }
  130. .BRO_treeListBox .BRO_treeFull {
  131.     color: #999999;
  132. }
  133. .BRO_treeListBox .BRO_treeFull:hover, .BRO_treeListBox .BRO_treeFull[selected="true"], .BRO_treeListBox .BRO_treeFull[selected="true"]:hover{
  134.     background-color: #4cbbe9;
  135.     color: #FFFFFF;
  136. }
  137. .BRO_treeListSeparatorItem, .BRO_treeListSeparatorItem:hover{
  138.     background-color: transparent !important;
  139.     color: #000000 !important;
  140.     padding-left:5px;
  141. }
  142. .BRO_treeListSeparator{
  143.     margin-top:10px;
  144.     margin-bottom:10px;
  145.     margin-left:50px;
  146.     list-style-image: url("chrome://broceliand/skin/images/new/separator.png");    
  147. }
  148. .BRO_helpSeparator{
  149.     margin-top:10px;
  150.     margin-bottom:10px;
  151.     list-style-image: url("chrome://broceliand/skin/images/new/separator.png");     
  152. }
  153. .BRO_noteTextbox{
  154.     -moz-appearance:none;
  155.     background-image: none;
  156.     border:none;    
  157.     margin: 0px;
  158.     padding: 3px;
  159.     font-family: Arial;
  160.     font-size:12px !important;
  161. }
  162. .BRO_homeButton {
  163.     list-style-image: url("chrome://broceliand/skin/images/reveal/reveal.png");
  164. }
  165. #BRO_homeButton {
  166. }
  167. toolbar[iconsize="small"] .BRO_homeButton {
  168.   list-style-image: url("chrome://broceliand/skin/images/reveal/reveal.png");
  169. }
  170.  
  171. #BRO_homeButton > label{
  172.     text-align: left;
  173. .BRO_homeButton:hover {
  174.     list-style-image: url("chrome://broceliand/skin/images/reveal/reveal-over.png");
  175. }
  176. .BRO_homeButtonEffect1 { list-style-image: url("chrome://broceliand/skin/images/reveal/reveal-over-anim01.png");}
  177. .BRO_homeButtonEffect2 { list-style-image: url("chrome://broceliand/skin/images/reveal/reveal-over-anim02.png");}
  178. .BRO_homeButtonEffect3 { list-style-image: url("chrome://broceliand/skin/images/reveal/reveal-over-anim03.png");}
  179. .BRO_homeButtonEffect4 { list-style-image: url("chrome://broceliand/skin/images/reveal/reveal-over-anim04.png");}
  180. .BRO_homeButtonEffect5 { list-style-image: url("chrome://broceliand/skin/images/reveal/reveal-over-anim05.png");}
  181. .BRO_homeButtonEffect6 { list-style-image: url("chrome://broceliand/skin/images/reveal/reveal-over-anim06.png");}
  182. .BRO_homeButtonEffect7 { list-style-image: url("chrome://broceliand/skin/images/reveal/reveal-over-anim07.png");}
  183. .BRO_homeButtonEffect8 { list-style-image: url("chrome://broceliand/skin/images/reveal/reveal-over-anim08.png");}
  184. .BRO_homeButtonEffect9 { list-style-image: url("chrome://broceliand/skin/images/reveal/reveal-over-anim09.png");}
  185. .BRO_homeButtonEffect10 { list-style-image: url("chrome://broceliand/skin/images/reveal/reveal-over-anim10.png");}
  186. #BRO_newButton{
  187. }
  188. #BRO_newButton > label{
  189.     text-align: left;
  190. }
  191. #BRO_newButton .toolbarbutton-menu-dropmarker{
  192.     -moz-appearance:none;
  193.     list-style-image: none;
  194. }
  195. .BRO_newButton {
  196.     list-style-image: url("chrome://broceliand/skin/images/new/new.png");
  197. }
  198. .BRO_newButton:hover {
  199.     list-style-image: url("chrome://broceliand/skin/images/new/new-over.png");
  200. }
  201. .BRO_stopButton {
  202.     list-style-image: url("chrome://broceliand/skin/images/stop/stop.png");
  203. }
  204. .BRO_stopButton:hover {
  205.     list-style-image: url("chrome://broceliand/skin/images/stop/stop-over.png");
  206. }
  207. .BRO_stopButtonDisabled {
  208.     list-style-image: url("chrome://broceliand/skin/images/stop/stop-disabled.png");
  209. }
  210. #BRO_stopButton > label{
  211.     text-align: left;
  212. .BRO_stopButtonEffect1 { list-style-image: url("chrome://broceliand/skin/images/stop/stop-over-anim01.png");}
  213. .BRO_stopButtonEffect2 { list-style-image: url("chrome://broceliand/skin/images/stop/stop-over-anim02.png");}
  214. .BRO_stopButtonEffect3 { list-style-image: url("chrome://broceliand/skin/images/stop/stop-over-anim03.png");}
  215. .BRO_stopButtonEffect4 { list-style-image: url("chrome://broceliand/skin/images/stop/stop-over-anim04.png");}
  216. .BRO_stopButtonEffect5 { list-style-image: url("chrome://broceliand/skin/images/stop/stop-over-anim05.png");}
  217. .BRO_stopButtonEffect6 { list-style-image: url("chrome://broceliand/skin/images/stop/stop-over-anim06.png");}
  218. .BRO_stopButtonEffect7 { list-style-image: url("chrome://broceliand/skin/images/stop/stop-over-anim07.png");}
  219. .BRO_stopButtonEffect8 { list-style-image: url("chrome://broceliand/skin/images/stop/stop-over-anim08.png");}
  220. .BRO_stopButtonEffect9 { list-style-image: url("chrome://broceliand/skin/images/stop/stop-over-anim09.png");}
  221. .BRO_stopButtonEffect10 { list-style-image: url("chrome://broceliand/skin/images/stop/stop-over-anim10.png");}
  222. #BRO_recordButton {
  223.  
  224. }
  225. #BRO_recordButton > label{
  226.     text-align: left;
  227. .BRO_recordButtonSpacer {
  228. }
  229. .BRO_recordButtonDefault {
  230.     list-style-image: url("chrome://broceliand/skin/images/pearl/pearl.png");
  231. }
  232. .BRO_recordButtonDefault:hover {
  233.     list-style-image: url("chrome://broceliand/skin/images/pearl/pearl-over.png");
  234. }
  235. .BRO_recordButtonIsRecording {
  236.     list-style-image: url("chrome://broceliand/skin/images/pearl/pearling.png");
  237. }
  238. .BRO_recordButtonIsRecording:hover {
  239.     list-style-image: url("chrome://broceliand/skin/images/pearl/pearling-over.png");
  240. }
  241. .BRO_recordButtonEffect1 { list-style-image: url("chrome://broceliand/skin/images/pearl/pearling-anim01.png");}
  242. .BRO_recordButtonEffect2 { list-style-image: url("chrome://broceliand/skin/images/pearl/pearling-anim02.png");}
  243. .BRO_recordButtonEffect3 { list-style-image: url("chrome://broceliand/skin/images/pearl/pearling-anim03.png");}
  244. .BRO_recordButtonEffect4 { list-style-image: url("chrome://broceliand/skin/images/pearl/pearling-anim04.png");}
  245. .BRO_recordButtonEffect5 { list-style-image: url("chrome://broceliand/skin/images/pearl/pearling-anim05.png");}
  246. .BRO_recordButtonEffect6 { list-style-image: url("chrome://broceliand/skin/images/pearl/pearling-anim06.png");}
  247. #BRO_rightSide{
  248.     margin-right:20px;
  249. }
  250. #BRO_toolbar{
  251.     padding: 0;
  252. }
  253. #BRO_toolbar toolbarbutton{
  254.     -moz-box-orient: horizontal;
  255. }